home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / pcmcia < prev    next >
Text File  |  2005-10-18  |  524b  |  22 lines

  1. # Options for the 'cardmgr' daemon
  2. CARDMGR_OPTS="-f"
  3.  
  4. # Default PCMCIA scheme
  5. SCHEME="home"
  6.  
  7. # If using kernel PCMCIA drivers, PCIC should be "yenta_socket". If
  8. # using the pcmcia-cs drivers, PCIC should be either "i82365" or
  9. # "tcic", depending on your hardware.  If using non-modular kernel
  10. # drivers, set PCIC to ""
  11.  
  12. PCIC="yenta_socket"
  13. # Options for the PCIC module
  14. PCIC_OPTS=""
  15.  
  16. # Alternative PCIC driver to use if PCIC driver fails
  17. PCIC_ALT="i82365"
  18. PCIC_ALT_OPTS=""
  19.  
  20. # Options for the pcmcia_core module
  21. CORE_OPTS=""
  22.